home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0089 / 523.txt < prev    next >
Text File  |  1997-04-16  |  9KB  |  225 lines

  1.  
  2. INFO-ATARI16 Digest         Tue,  8 May 90       Volume 90 : Issue  523
  3.  
  4. Today's Topics:
  5.                             format program
  6.          FTP strangeness at dsrgsun (no response to ``dir'')
  7.                      Mail to David Beckemeyer...
  8.           Problems with GNU C++ (aka. G++) - version 1.35.0
  9.                             Revolver again
  10.                     Supercharger question and GDOS
  11.                                Z-Modem
  12. ----------------------------------------------------------------------
  13.  
  14. Date: 8 May 90 07:50:14 GMT
  15. From: snorkelwacker!ira.uka.de!fauern!fauern!csbrod@tut.cis.ohio-state.edu
  16.  (Claus Brod )
  17. Subject: format program
  18. Message-ID: <2712@medusa.informatik.uni-erlangen.de>
  19.  
  20. depeche@quiche.cs.mcgill.ca (Sam Alan EZUST) writes:
  21.  
  22. >I also want to be able to format 10 sectors/track. Unfortunately, the
  23. >procedure which writes boot sectors, Protobt, has 4 possible disk
  24. >types, none of which are 10sectors/track.
  25.  
  26. Right, Protobt can give you four different standard disk parameter
  27. sets only. If you want to have your own non-standard format (and
  28. 10 sectors are non-standard though perfectly safe) you'll have to
  29. patch your bootsector yourself. No big deal, really, because you can
  30. call Protobt first to create a standard BPB block in your bootsector
  31. and then change some values like sectors per track, sectors per disk
  32. and so on.
  33.  
  34. >And for double-sided disks, isn't it necessary to zero the second
  35. >side of track 0 as well [if it is necessary to do the first side].
  36.  
  37. You should zero all FAT sectors and all sectors of the root directory.
  38. Some early formatters wrote a $E5 pattern to the root directory, but
  39. this leads to very long search times in the root dir. ($E5 means "hey,
  40. GEMDOS, this dir entry has been deleted, but there might be some valid
  41. entry after me").
  42.  
  43. Claus Brod
  44.  
  45. ------------------------------
  46.  
  47. Date: 8 May 90 08:13:02 GMT
  48. From: mcsun!hp4nl!ruuinf!praxis!edwin@uunet.uu.net  (Edwin Kremer)
  49. Subject: FTP strangeness at dsrgsun (no response to ``dir'')
  50. Message-ID: <3224@ruuinf.cs.ruu.nl>
  51.  
  52. In article <1990May7.131415.5753@diku.dk> jensting@skinfaxe.diku.dk
  53. (Jens Tingleff) writes:
  54.  
  55.    | When doing anonymous FTP to dsrgsun.ces.cwru.edu, I can't get any
  56.    | response to the ``dir'' or ``ls -l'' commands. FTP opens an
  57.    | ASCII mode connection, waits, and reports that the transmission
  58.    | is terminated; no data is written to the screen.
  59.  
  60. Yep. I've the same problem here. Even a simple "ls" fails from one
  61. of our systems (Harris HCX-9). Judging from the fancy message of the
  62. day that is displayed at dsrgsun, Bammi must be running a hacked up
  63. version of FTP; it's probably just a bit to much hacked up ;-)
  64.  
  65.  
  66.                                                 --[ Edwin ]--
  67. --
  68. Edwin Kremer (SysAdm), Dept. of Computer Science, Utrecht University
  69. Padualaan 14,   P.O. Box 80.089,  3508 TB  Utrecht,  The Netherlands
  70. Telephone: +31-30-534104  | UUCP: ...!uunet!mcsun!hp4nl!ruuinf!edwin
  71. Telefax  : +31-30-513791  | Email: edwin@cs.ruu.nl    [131.211.80.5]
  72.  
  73. ------------------------------
  74.  
  75. Date: 8 May 90 04:18:47 GMT
  76. From: unisoft!bdt!david@ucbvax.Berkeley.EDU  (David Beckemeyer)
  77. Subject: Mail to David Beckemeyer...
  78. Message-ID: <2459@bdt.UUCP>
  79.  
  80. In article <3025@ultb.isc.rit.edu> rcc9885@ultb.isc.rit.edu (R.C. Costello)
  81.  writes:
  82. >Dave,
  83. >
  84. >   I have been told that you can use The DCPort with RTX, but I need to
  85. >know how.  I don't want to invest alot of time developing a package without
  86. >know how to do this.
  87.  
  88. I'm answering this here because I couldn't get mail to Mr. Costello and
  89. because a lot of people have asked about this lately.
  90.  
  91. I have just finished a first cut at RTX DC-Port drivers.  I think I will
  92. give the source back to Double-Click and let them decide what to do with
  93. it reather than sell it.  The other drivers I have for RTX I sell for $100.
  94.  
  95. I have posted to GEnie a description of the specifications of the RTX
  96. d_cntrl interface for "standard" TTY drivers (i.e. how you check for carrier
  97. and control DTR, etc.)  If there is interest, I can either mail this
  98. documentation to those interested, or perhaps post it.
  99.  
  100. --
  101. David Beckemeyer (david@bdt.UUCP)       | "I'll forgive you Dad...  If you have
  102. Beckemeyer Development Tools            | a breath mint."
  103. P.O. Box 21575, Oakland, CA 94620       |    Bart - "The Simpsons"
  104. UUCP: 
  105.  
  106. ------------------------------
  107.  
  108. Date: Tue, 08 May 90 11:26
  109. From: "Andreas Wiethoff"
  110.  <UA1S%DKAUNI2.BITNET@forsythe.Stanford.EDU>
  111. Subject: Problems with GNU C++ (aka. G++) - version 1.35.0
  112. Message-ID: <"90-05-08-11:26:57.23*UA1S"@DKAUNI2.BITNET>
  113.  
  114. Is there somebody out there having some experience with G++?
  115. After installing it to work with Gemini/Mupfel (I had to patch the file
  116. 'g++.ttp'; no '+'-chars in names of environmentvars allowed, but G++
  117. requires 'G++LIB' and 'G++INC'), taking the next hurdle: The
  118. preprocessor 'gcc-cpp.ttp' has the same name as the preprocessor from
  119. GNU CC, but it is especially designed for G++; I discovered some more
  120. serious problems:
  121. The usual
  122.   printf("hello C world\n"):
  123. program compiles and runs fine, but doing the same using streams:
  124.   cout << "hello C++ world\n";
  125. It compiles, but (I think) the linker shows up with the cryptic message
  126.   "Bogon alert!  wrote 400 syms, expected to write 445"
  127. What does THIS mean???
  128. Another problem is as follow:
  129. Compiling programs with syntax errors often results in dropping two
  130. bombs, afterwards, I get the correct error messages about the syntax
  131. errors, everything works fine again. This can't be o.K...
  132.  
  133. Is there anywhere a newer version of G++ than 1.35.0. (I can FTP from
  134. here.)
  135. Does any other C++-Compiler exist for the ST?
  136. Any comments, any help welcome!
  137.  
  138. Andreas Wiethoff
  139.  
  140. ------------------------------------------------------------------------
  141. Andreas Wiethoff  Veilchenstrasse 5  D-7500 Karlsruhe 1
  142.             Tel.: 0721/614534
  143.            eMail: UA1S@DKAUNI2.BITNET
  144. ------------------------------------------------------------------------
  145.  
  146. ------------------------------
  147.  
  148. Date: 8 May 90 07:48:17 GMT
  149. From: zaphod.mps.ohio-state.edu!math.lsa.umich.edu!hyc@tut.cis.ohio-state.edu
  150.  (Howard Chu)
  151. Subject: Revolver again
  152. Message-ID: <11950@stag.math.lsa.umich.edu>
  153.  
  154. In article <3358@calvin.cs.mcgill.ca> depeche@calvin.cs.mcgill.ca (Sam Alan
  155.  EZUST) writes:
  156. >Can anyone confirm or deny this rumour please? If Intersect
  157. >is dropping support for Revolver, what should I get instead?
  158.  
  159. I've had real good luck with SwitchBack, from Alpha Systems. It's
  160. a hardware/software package, and it's nearly infallible. (The only
  161. real problem I've noticed is that I lose the sound when I Switch
  162. during DungeonMaster...) I don't know of many dealers who carry
  163. their products, but you can always order direct from them.
  164. --
  165.   -- Howard Chu @ University of Michigan
  166.   ... the glass is always greener on the side ...
  167.  
  168. ------------------------------
  169.  
  170. Date: 8 May 90 02:52:42 GMT
  171. From:
  172.  swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!uflorida!haven!aplcen
  173.  !jhunix!rick@ucsd.edu  (Eric Ruck)
  174. Subject: Supercharger question and GDOS
  175. Message-ID: <5199@jhunix.HCF.JHU.EDU>
  176.  
  177. In article <29667@cup.portal.com> buggs@cup.portal.com (William Edward JuneJr)
  178.  writes:
  179. >>Wayne,
  180. >>wngai@paris.ics.uci.edu
  181. >>Hi, can someone please tell me what intel processor does the supercharger
  182. >>uses, is it 286?
  183. >
  184. >I understand it to use a V20 or 30 processor, NO Intel processor.
  185. >
  186. >Gee, now WHERE ARE the '386 emulators, I'd like one of those!
  187. >Ed June
  188. >
  189.  
  190. Darndest thing...I just bought a 386/20 with 1024X768X256 colors out of
  191. who knows how many, 4 megs RAM, 65 MByte hard drive, 2 floppies, and the
  192. whole thing cost me not much more than my mono Mega 2 system.  Don't get
  193. me wrong, I'm not abandoning my Atari (I need a Mac, or an ST that thinks
  194. it's a Mac, running next to the PC) but this power without the price thing
  195. is really a myth.  All it really is is Mac OS without the price.
  196.  
  197. Eric
  198.  
  199. ------------------------------
  200.  
  201. Date: 6 May 90 21:53:44 GMT
  202. From:
  203.  usc!snorkelwacker!ira.uka.de!smurf!gopnbg!tmpmbx!einoed!utopia!neon!woju@ucsd.e
  204.  du  (Wolfgang Jung)
  205. Subject: Z-Modem
  206. Message-ID: <1066@neon.UUCP>
  207.  
  208. Is there anyone, who has a real nice working RZ and SZ, which behaves
  209. just like those found on this XENIX-Machine here(sending one DATAstrap)
  210. The Version i have waits allways for the receiver to call for MORE Data.
  211.  
  212. If there is someone, who got those, could he post them to me...
  213. And should he have the coresponding sources and they are PD, than i would
  214. be glad to get those too..
  215.  
  216.  
  217.  
  218. Thanx in Advance
  219.  
  220.  
  221. --
  222. ===================================================================
  223. #  Wolfgang Jung                      Email:woju@neon.UUCP        #
  224. #  Germany                            Phone:0304112949            #
  225. ===================================================================